Initial commit of main compiler sources (or should I say ... SAUCES!)
This commit is contained in:
13
slangc/api/CacheManager.sauce
Normal file
13
slangc/api/CacheManager.sauce
Normal file
@ -0,0 +1,13 @@
|
||||
package slangc.api;
|
||||
|
||||
import slang.streams.SyncInput;
|
||||
import slang.streams.SyncOutput;
|
||||
|
||||
public class CacheManager {
|
||||
public SyncInput<byte> getInput(String cacheName) {
|
||||
return null;
|
||||
}
|
||||
public SyncOutput<byte> getOutput(String cacheName) {
|
||||
return null;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user